home *** CD-ROM | disk | FTP | other *** search
Makefile | 1991-05-20 | 362 b | 19 lines |
- # This Makefile is for the Bash/documentation directory -*- text -*-.
- #
-
- all: features.dvi features.info bash.txt
-
- features.dvi: features.texi
- tex features.texi
- tex features.texi
-
- features.info: features.texi
- makeinfo features.texi
-
- bash.txt: bash.1
- nroff -man bash.1 >bash.txt
-
- clean:
- rm -f *.aux *.cp *.fn *.ky *.log *.pg *.toc *.tp *.vr *.info *.info-*
-
-